Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1Behavior<T> Class / OnAttachedTo Method
The view to which the behavior is attached.

In This Topic
    OnAttachedTo Method
    In This Topic
    Called when the behavior is attached to the control.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnAttachedTo( _
       ByVal view As T _
    ) 
    protected virtual void OnAttachedTo( 
       T view
    )

    Parameters

    view
    The view to which the behavior is attached.
    See Also